projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6694e
)
(kill-emacs-query-functions): Fix typo in question text.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Apr 1994 02:49:51 +0000
(
02:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Apr 1994 02:49:51 +0000
(
02:49
+0000)
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index efa35ac68006c575ee82db294c529dd0982c488f..48285a0ee89af5dea5070cf47b6389b30712c817 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-297,7
+297,7
@@
Then bury it, and return a suggested buffer to select next."
(function
(lambda ()
(or (not server-clients)
- (yes-or-no-p "Server buffers
are
still have clients; exit anyway? ")))))
+ (yes-or-no-p "Server buffers still have clients; exit anyway? ")))))
\f
(defun server-edit (&optional arg)
"Switch to next server editing buffer; say \"Done\" for current buffer.